home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / DefineSprite_277 / frame_20 / DoAction.as
Text File  |  2005-01-07  |  306b  |  9 lines

  1. w1_x = getProperty("/baum2", _X) + "30";
  2. w2_x = getProperty("/baum2", _X) - "30";
  3. frog_x = getProperty("/frosch", _X);
  4. frog_y = getProperty("/frosch", _Y);
  5. if(frog_y < "110" and "90" < frog_y and frog_x < w1_x and w2_x < frog_x)
  6. {
  7.    setProperty("/frosch", _X, getProperty("/frosch", _X) - "3");
  8. }
  9.